Skip to content

Conversation

Werkezeugs
Copy link
Contributor

Hotfix missing null check for user object in .OnSuccess() method.

This hotfix allows to make GET request without a ParseUser, more details in this Issue

Hotfix missing null check for user in .OnSuccess()
@mtrezza
Copy link
Member

mtrezza commented May 20, 2024

@Werkezeugs Thanks for the PR, I've fixed the CI in this repo with #370, so we can run the tests properly before merging PRs. Could you please add a test or the bug that your PR fixes? You could close an existing test to start with and modify.

@mtrezza mtrezza changed the title Update ParseQueryController.cs fix: Cannot access objects without user login May 20, 2024
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza merged commit aa278df into parse-community:master May 24, 2024
@mtrezza mtrezza linked an issue May 24, 2024 that may be closed by this pull request
parseplatformorg pushed a commit that referenced this pull request May 24, 2024
## [3.0.2](3.0.1...3.0.2) (2024-05-24)

### Bug Fixes

* Cannot access objects without user login ([#368](#368)) ([aa278df](aa278df))
@parseplatformorg
Copy link

🎉 This change has been released in version 3.0.2

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 24, 2024
@Werkezeugs
Copy link
Contributor Author

Another PR is followup for this problem (y)

Currently the app crashes when you try using a ParseQuery with .Include() as a anonym user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing Objects from Parse Server without User Login
3 participants